bevy_ui 0.13.2

A custom ECS-driven UI framework built specifically for Bevy Engine
Documentation

This crate contains Bevy's UI system, which can be used to create UI for both 2D and 3D games

Basic usage

Spawn UI elements with [node_bundles::ButtonBundle], [node_bundles::ImageBundle], [node_bundles::TextBundle] and [node_bundles::NodeBundle] This UI is laid out with the Flexbox and CSS Grid layout models (see https://cssreference.io/flexbox/)